home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Techniques / CSpinButton / Documentation / CSpinButton 1.1
Encoding:
Text File  |  1998-05-01  |  2.6 KB  |  94 lines  |  [TEXT/EHEH]

  1. 5<End>
  2. ReadMe,1,4,0,
  3. <PICT>100</PICT><Text><B>CSpinButton 1.1</B>
  4.  
  5. This class is to make Up/Down arrow control like in the Date & Time control panel.
  6.  
  7. <B>Custom class download and info page:</B>
  8.   http://www.treknet.is/einhugur/realbasic/index.html
  9. <B>Custom class mirror download page:</B>
  10.   http://www.gardabaer.is/gardabaer/Exchange/</Text><End>
  11. License,1,5,0
  12. <Text><B>⌐ 1998 Einhugur Software</B> - einhugur@islandia.is
  13. <B>Authour: BjÜrn EirÆksson
  14.  
  15. Please send us suggestions or bug reports !!
  16.  
  17. Agreement:
  18.  
  19. If you use this Class in you project or code from it, you have to mention it in your application special thanks list (that you used class from Einhugur Software), and send us
  20. a free copy of your application 
  21.  
  22. Or you can register:
  23.  
  24. If you want to support us so we can go on making free custom classes for REALbasic then
  25. you can register by Kagi with the provided registration application or by sending
  26. $15 cheques adressed to:</B>
  27.  
  28. BjÜrn EirÆksson
  29. Brekkubyggd 44
  30. 210 Gardabaer
  31. ICELAND
  32.  
  33. Note: Registration is to help us providing you with more free custom classes and addons, since we fully trust hard working
  34. programmers like your self, we are providing you with our custom classes without making them cripled in any way before registration, and even unregistered users get technical support. (Registration registers as legal user of all of our current custom Classes for REALbasic)</Text><End>
  35.  
  36. Properties,2,1,1,
  37. <End>
  38.  
  39. Enabled,1,
  40. <Text><B>Enabled</B> as Boolean
  41.  
  42. Enables or disables the whole control.
  43. <Text><End>
  44.  
  45. Methods,2,2,2,
  46. <End>
  47.  
  48. SetLowerBtnEnabled,2,
  49. <Text><B>SetLowerBtnEnabled</B> Value as Boolean
  50.  
  51. <B>Description:</B> Enables or disables The lower arrow button.
  52.  
  53. <B>Returns:</B> None.<End>
  54.  
  55. SetUpperBtnEnabled,2,
  56. <Text><B>SetUpperBtnEnabled</B> Value as Boolean
  57.  
  58. <B>Description:</B> Enables or disables The upper arrow button.
  59.  
  60. <B>Returns:</B> None.<End>
  61.  
  62. Events,2,3,4,
  63. <End>
  64.  
  65. UpperButtonMouseUp,3,
  66. <Text><B>UpperButtonMouseUp</B> 
  67.  
  68. <B>Description:</B> This event is fired when the mouse goes up on the upper array button.
  69.  
  70. <B>Returns:</B> None.<End>
  71.  
  72. LowerButtonMouseUp,3,
  73. <Text><B>LowerButtonMouseUp</B> 
  74.  
  75. <B>Description:</B> This event is fired when the mouse goes up on the lower array button.
  76.  
  77. <B>Returns:</B> None.<End>
  78.  
  79. UpperButtonMouseDown,3,
  80. <Text><B>UpperButtonMouseDown</B> 
  81.  
  82. <B>Description:</B> This event is fired when the mouse goes down on the upper array button.
  83.  
  84. <B>Returns:</B> None.<End>
  85.  
  86. LowerButtonMouseDown,3,
  87. <Text><B>LowerButtonMouseDown</B> 
  88.  
  89. <B>Description:</B> This event is fired when the mouse goes down on the lower array button.
  90.  
  91. <B>Returns:</B> None.<End>
  92.  
  93.  
  94.